a,
.shop a span,
.shop a i,
.yydz_btn:before,
.yydz_btn:after,
.header_nav li a:after,
.cbl li:last-of-type a:after,
.cbl li:last-of-type a:before,
.modal_button,
.modal_button:before,
.modal_button:after,
.modal,
.sjs_modal,
.ddyy_form_right button,
.pztab li span i,
.pztab li img,
.pztab li p,
.pztab li span:before,
.q_l_box li:before,
.qwbox,
.index_sjs_left .swiper-slide:after,
.bottom_yy button,
.zsjm_form_right button,
.fgitem li a:first-child:before,
.sjsallist li img,
.qw_right button,
.qwvideo,
.wt_right h6,
.cjwtlist li,
.pzbz_lx h3 img,
.gysform button,
.pplogozoom,
.pzbznumber button,
.pzbzmodal,
.pzbz_m_form,
.fgtab li a:after,
.fglist li h2:before,
.fglist li h3,
.fglist li h2,
.alform_left .ddyy_form_left button,
.banner_tab,
.pztab li,
.qw_left,
.pzbzform_right .ddyy_form_left button,
.pzbzform_right .ddyy_form_left button:before,
.pzbzform_right .ddyy_form_left button:after {
    transition: all .4s cubic-bezier(.35, .75, .55, 1) 0.1s;
    -webkit-transition: all .4s cubic-bezier(.35, .75, .55, 1) .1s;
    -moz-transition: all .4s cubic-bezier(.35, .75, .55, 1) .1s;
}

.pztab li:nth-child(2),
.qw_center {
    transition: all .4s cubic-bezier(.35, .75, .55, 1) 0.4s;
    -webkit-transition: all .4s cubic-bezier(.35, .75, .55, 1) .4s;
    -moz-transition: all .4s cubic-bezier(.35, .75, .55, 1) .4s;
}

.pztab li:nth-child(3),
.qw_right {
    transition: all .4s cubic-bezier(.35, .75, .55, 1) 0.7s;
    -webkit-transition: all .4s cubic-bezier(.35, .75, .55, 1) .7s;
    -moz-transition: all .4s cubic-bezier(.35, .75, .55, 1) .7s;
}

.pztab li:nth-child(4) {
    transition: all .4s cubic-bezier(.35, .75, .55, 1) 1.1s;
    -webkit-transition: all .4s cubic-bezier(.35, .75, .55, 1) 1.1s;
    -moz-transition: all .4s cubic-bezier(.35, .75, .55, 1) 1.1s;
}

.pztab li:nth-child(5) {
    transition: all .4s cubic-bezier(.35, .75, .55, 1) 1.4s;
    -webkit-transition: all .4s cubic-bezier(.35, .75, .55, 1) 1.4s;
    -moz-transition: all .4s cubic-bezier(.35, .75, .55, 1) 1.4s;
}

.pztab li:nth-child(6) {
    transition: all .4s cubic-bezier(.35, .75, .55, 1) 1.7s;
    -webkit-transition: all .4s cubic-bezier(.35, .75, .55, 1) 1.7s;
    -moz-transition: all .4s cubic-bezier(.35, .75, .55, 1) 1.7s;
}

.container {
    width: 73%;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box
}

.website_map {
    padding: 64px 0 198px;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/websitebac_02.jpg);
}

.website_map h1 {
    color: #fff;
    font-size: 24px;
    font-family: 'arb';
}

.website_map h1 span {
    display: inline-block;
    vertical-align: middle;
}

.website_map h1 a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
    font-size: 16px;
    color: #fff
}

.website_map h1 a:hover {
    color: #eea800
}

.web_sitelist {
    margin-top: 22px;
}

.web_sitelist li {
    display: inline-block;
    vertical-align: top;
    width: 12.8%;
    margin-right: 1.71%;
    border: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box;
    padding-bottom: 40px;
}

.web_sitelist li:last-of-type {
    margin-right: 0;
}

.web_sitelist li a {
    display: block;
    text-align: center;
    margin-bottom: 16px;
    color: #fff;
    font-size: 14px;
}

.web_sitelist li a:first-child {
    background: #f3f3f3;
    color: #282828;
    font-size: 16px;
    line-height: 50px;
    margin-bottom: 24px;
}

.web_sitelist li a:hover {
    color: #eea800
}

.web_sitelist li a:first-child:hover {
    background: #eea800;
    color: #fff
}

.zsjm {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/zsjmbac_02.png);
    padding: 80px 0;
}

.zsjm_left {
    display: inline-block;
    vertical-align: middle;
    width: 47%;
    text-align: center;
}

.zsjm_left img {
    max-width: 90%;
    height: auto;
}

.zsjm_right {
    display: inline-block;
    vertical-align: middle;
    width: 53%;
}

.zsjm_right .ddyy_input {
    background: rgba(0, 0, 0, .2);
}

.zsjm_right .ddyy_input.focus {
    background: #fff;
}

.zsjm_right .ddyy_input i {
    color: rgba(255, 255, 255, .4)
}

.zsjm_right .ddyy_input.focus i {
    color: #eea800
}

.zsjm_right .ddyy_input input:-moz-placeholder {
    color: #fff
}

.zsjm_right .ddyy_input input:-ms-input-placeholder {
    color: #fff
}

.zsjm_right .ddyy_input input::-webkit-input-placeholder {
    color: #fff
}

.zsjm_right .ddyy_input.focus input:-moz-placeholder {
    color: #eea800
}

.zsjm_right .ddyy_input.focus input:-ms-input-placeholder {
    color: #eea800
}

.zsjm_right .ddyy_input.focus input::-webkit-input-placeholder {
    color: #eea800
}

.zsjm form {
    font-size: 0;
}

.zsjm_form_left {
    display: inline-block;
    width: calc(100% - 270px);
    vertical-align: middle;
}

.zsjm_form_right {
    width: 270px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.zsjm_form_right button {
    display: inline-block;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background: rgba(238, 168, 0, .2);
    position: relative;
}

.zsjm_form_right button:hover {
    transform: scale(1.125);
    -ms-transform: scale(1.125);
    -webkit-transform: scale(1.125);
}

.zsjm_form_right button span {
    display: block;
    width: 74%;
    height: 74%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    background-size: 100% 100%;
    background-image: url(../images/btnbac.png);
    box-shadow: 5px 0 5px rgba(0, 0, 0, .26);
}

.zsjm_form_right button span i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 0 1px #de6904;
}

.jmys {
    padding: 55px 0;
}

.ejtit h2 {
    font-size: 30px;
    color: #000000
}

.ejtit h2:after {
    content: '';
    display: block;
    width: 26px;
    height: 3px;
    background: #eea800;
    margin-top: 20px;
}

.ejtit h2 span {
    display: inline-block;
    vertical-align: middle;
}

.ejtit h2 font {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5);
    margin-left: 10px;
}

.yslist {
    padding: 30px 0 50px;
}

.yslist li {
    display: inline-block;
    vertical-align: top;
    width: 22.85%;
    margin-right: 2.86666%;
    border: 1px solid #c7cfda;
    border-bottom: 3px solid #eea800;
    box-sizing: border-box;
    padding: 40px 52px 36px;
}

.yslist li:nth-child(4n) {
    margin-right: 0;
}

.yslist li i {
    color: #eea800;
    font-size: 42px;
    display: block;
    margin-bottom: 22px;
}

.yslist li h2 {
    font-size: 30px;
    line-height: 38px;
    color: #282828;
    margin-bottom: 34px;
}

.yslist li h2:after {
    content: '';
    display: block;
    width: 34px;
    height: 3px;
    background: #eea800;
    margin-top: 38px;
}

.yslist li p {
    line-height: 24px;
    font-size: 16px;
    color: #777777
}

.jm_tel {
    background-size: cover;
    background-image: url(../images/zsjmbac_03.jpg);
    padding: 8px 145px 8px 190px;
}

.jm_tel span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background: rgba(237, 101, 1, .2);
}

.jm_tel span:before {
    content: '';
    display: block;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    background: rgba(237, 101, 1, .2);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.jm_tel span:after {
    content: '';
    display: block;
    width: 64%;
    height: 64%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.jm_tel span i {
    color: #e6830e;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    font-size: 64px;
    z-index: 4;
}

.jm_tel div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 155px);
    box-sizing: border-box;
    padding-left: 50px;
}

.jm_tel div h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.jm_tel div h2 i {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;

}

.jm_tel div h2 font {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.jm_tel div p {
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

a.index {
    display: block;
    margin: 45px auto 0;
    width: 324px;
    border-radius: 8px;
    box-shadow: 1px 0 3px rgba(0, 0, 0, .44);
    text-align: center;
    background-size: cover;
    background-image: url(../images/btnback.png);
}

a.index span {
    display: inline-block;
    vertical-align: middle;
    line-height: 44px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}

a.index i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 34px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    line-height: 27px;
    color: #eea800;
    background: #fff;
    box-shadow: -1px 0 1px rgba(125, 0, 0, .75);
}

a.index:hover {
    transform: scale(1.125);
    -ms-transform: scale(1.125);
    -webkit-transform: scale(1.125);
}

.yqlj {
    padding: 80px 0 230px;
    background-position: center 100%;
    background-size: cover;
    background-image: url(../images/yqljbac_02.jpg);
    background-repeat: no-repeat;
}

.yqlj h1 {
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    color: #eea800;
    font-family: Arial;
    text-transform: uppercase;
}

.yqlj h2 {
    text-align: center;
    font-size: 24px;
    color: #282828
}

.link_list {
    margin-top: 60px;

}

.link_list li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 0;
}

.link_list li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 15px;
    background: #c7c7c7;

}

.link_list li a {
    display: inline-block;
    line-height: 44px;
    padding: 0 24px;
    vertical-align: middle;
    font-size: 18px;
    color: #555555;
}

.link_list li:hover a {
    color: #fff;
    background: #eea800;
}

.wzsm {
    background: #eeeeee;
    padding: 80px 0;
}

.wzsm_inner {
    margin-top: 45px;
}

.wzsm_inner h3 {
    color: #ed4e08;
    font-size: 16px;
    line-height: 30px;
}

.wzsm_inner p {
    line-height: 30px;
    font-size: 16px;
    color: #282828
}

.pic {
    position: relative;
}

.pic>img {
    width: 100%;
}

.pic>img:nth-child(2) {
    display: none;
}

.sjs_pic {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.sjs_pic h1 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.sjs_pic_nav {
    margin-top: 24px;
}

.sjs_pic_nav>li {
    margin-bottom: 11px;
    border: 1px solid #e5e5e5;
    font-size: 0;
    background: #fff;
}

.sjs_pic_nav>li:last-of-type {
    margin-bottom: 0;
}

.sjs_pic_nav>li span {
    display: inline-block;
    vertical-align: middle;
    background: #eea800;
    width: 140px;
    text-align: center;
}

.sjs_pic_nav>li span i {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.sjs_pic_nav>li span font {
    display: inline-block;
    vertical-align: middle;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
}

.sjs_pic_nav>li ul {
    display: inline-block;
    vertical-align: middle;
}

.sjs_pic_nav>li li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 126px;
    border-right: 1px solid #e8e8e8;
}

.sjs_pic_nav>li li:last-of-type {
    border-right: 0;
}

.sjs_pic_nav>li li a {
    color: #666666;
    font-size: 16px;
    display: inline-block;
    border-radius: 4px;
    padding: 0 8px;
    line-height: 23px;
    vertical-align: middle;
}

.sjs_pic_nav>li li.ac a,
.sjs_pic_nav>li li a:hover {
    background: #ed4e08;
    color: #fff
}

.sjsbanner {
    padding: 60px 0 26px;
    text-align: center
}

.sjs_banner_img {
    width: 210px;
    /* height: 210px; */
    border-radius: 50%;
    overflow: hidden;
    /* line-height: 210px; */
    display: inline-block;
    border: 2px solid transparent;
}

.sjs_banner_img img {
    width: 100%;
}

.swiper-slide-active .sjs_banner_img {
    border-color: #eea800;
}

.sjsbanner h2 {
    color: #282828;
    font-size: 20px;
    margin: 10px 0 4px;
    opacity: 0;
}

.sjsbanner h3 {
    display: inline-block;
    padding: 0 34px;
    border-radius: 28px;
    line-height: 28px;
    color: #fff;
    background: #eea800;
    opacity: 0;
}

.sjsbanner .swiper-slide {
    cursor: pointer;
}

.sjsbanner .swiper-slide-active h3,
.sjsbanner .swiper-slide-active h2 {
    opacity: 1;
}

.sjsbanner .swiper-button-prev,
.sjsbanner .swiper-button-next {
    top: calc(50% - 34px);
    font-size: 30px;
}

.sjsbanner .swiper-container {
    width: 90%;
}

.sjsbanner .swiper-button-prev:hover,
.sjsbanner .swiper-button-next:hover {
    color: #eea800
}

.sjsbox {
    background: #f2f0f0;
    padding: 60px 0;
}

.sjs_list>li {
    margin-bottom: 20px;
    border: 1px solid transparent;
    box-sizing: border-box;
    padding: 16px 16px 40px;
    background: #fff;
    font-size: 0;
}

.sjs_list>li:last-of-type {
    margin-bottom: 0;
}

.sjs_list>li:hover {
    border-color: #eea800
}

.sjs_img {
    display: inline-block;
    vertical-align: top;
    width: 16.22%;
    box-sizing: border-box;
    border: 8px solid #f2f0f0;
}

.sjs_img img {
    width: 100%;
}

.sjstxt {
    display: inline-block;
    vertical-align: top;
    width: 83.78%;
    box-sizing: border-box;
    padding-left: 70px;
}

.sjsjj h2 {
    color: #282828;
    font-weight: bold;
    font-size: 36px;
    padding: 20px 0 10px;
}

.sjsjj_left {
    display: inline-block;
    width: calc(100% - 170px);
    vertical-align: top;
}

.sjsjj_left p {
    color: #999999;
    line-height: 30px;
}

.sjsjj_left p span {
    color: #282828
}

.sjsjj_right {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    text-align: center;
    margin-top: 30px;
}

.sjsjj_right h6 {
    box-sizing: border-box;
    border: 1px solid #dddddd;
    background: #eea800;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    cursor: pointer;
}

.sjsjj_right h6:hover {
    background: #ed4e08;
}

.sjs_number {
    margin-top: 35px;
}

.sjs_number li {
    display: inline-block;
    vertical-align: top;
    margin-right: 45px;
}

.sjs_number li span {
    display: inline-block;
    font-family: Arial;
    font-size: 36px;
    color: #3a3b3b;
    text-shadow: 0 0 3px rgba(0, 0, 0, .33)
}

.sjs_number li span i {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #eea800;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
}

.sjs_number li font {
    display: block;
    color: #999999;
}

.sjsallist {
    margin-top: 24px;
}

.sjsallist li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-right: 1.33333%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.sjsallist li img {
    width: 100%;
}

.sjsallist li:nth-child(4n) {
    margin-right: 0;
}

.sjsallist li span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    /* width: 52px; */
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .7);
}

.sjsallist li:hover img {
    transform: scale(1.125);
    -ms-transform: scale(1.125);
    -webkit-transform: scale(1.125);
}

.page {
    padding: 60px 0 0;
    text-align: right;
}

.page a {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    box-sizing: border-box;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #c2c2c2;
    color: #282828
}

.page a:hover,
.page a.ac {
    border-color: #eea800;
    background: #eea800;
    color: #fff;
}

.page div {
    display: inline-block;
    vertical-align: top;
    margin-left: 18px;
}

.sjs_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 20;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
}

.sjs_modal.active {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

.sjs_m_box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #fff;
    padding: 50px 0;
}

.sjsimgbanner .swiper-container {
    display: inline-block;
    vertical-align: middle;
    width: 79%;
}

.sjsimgbanner img {
    width: 100%;
}

.sjs_m_right {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 70px;
    margin-left: calc(21% - 70px);
}

.sjs_m_right>div {
    position: relative;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    cursor: pointer;
}

.sjs_m_right>div i {
    position: absolute;
    display: block;
    font-size: 28px;
    color: #7f7f7f;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.sjs_m_right>div:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    position: absolute;
    border-radius: 50%;
}

.sjs_m_right>div:last-of-type {
    margin-top: 140px;
    margin-bottom: 0;
}

.sjs_m_right>div:hover:before {
    border: 2px solid #eea800;
}

.sjs_m_right>div:hover i {
    color: #eea800
}


.search_form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 39.27%;
    font-size: 0;
    line-height: 0;
    border: 1px solid #dbdbdb
}

.search_form form {
    font-size: 0;
}

.search_form button {
    width: 96px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: #eea800;
    color: #fff;
}

.search_form button h6 {
    font-size: 26px
}

.search_form input {
    width: calc(100% - 96px);
    border: none;
    outline: none;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 30px
}

.search_form input:-moz-placeholder {
    color: #bbbbbb
}

.search_form input:-ms-input-placeholder {
    color: #bbbbbb
}

.search_form input::-webkit-input-placeholder {
    color: #bbbbbb
}

.searchlist {
    padding: 60px 0;
    background: #eeeeee;
}

.searchlist h2 {
    color: #282828;
    font-size: 16px;
    border-bottom: 1px dashed #d0d0d0;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.searchlist p {
    color: #999999;
    line-height: 20px;
}

.searchlist li a {
    display: block;
}

.searchlist .container {
    padding: 24px 0;
}

.searchlist li:hover {
    background: #eea800;
}

.searchlist li:hover h2,
.searchlist li:hover p {
    color: #fff;
    border-color: #fff
}

.searchlist .page a.ac,
.searchlist .page a:hover {
    border-color: #ed4e08;
    background: #ed4e08;
}

.searchlist .page {
    text-align: left;
}

.zj {
    border-top: 7px solid #eea800;
}

.zj .banner_tab {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.zj .banner_tab {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.zj h1 {
    text-align: center;
    padding: 34px 0;
    color: #282828;
    font-size: 36px;
}

.zj h1 span {
    font-family: 'arb';
    color: #eea800
}

.qwdzform {
    background-size: cover;
    background-repeat: no-repeat;
    /* background-image: url(../images/bac1_02.jpg); */
    padding: 0 0 50px;
}

.qwdzform .container {
    background-size: cover;
    background-repeat: no-repeat;
    /* background-image: url(../images/qwbac_03.png); */
    background-image: url(../images/png_03.png);
    padding: 80px 0;
}

.qwdzbox {
    border: 1px solid #c09642;
    box-sizing: border-box;
    padding: 45px 60px;
    position: relative;
    width: 91%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .44);
}

.qwdzbox>img {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(42%) translateY(45%);
    -ms-transform: translateX(42%) translateY(45%);
    -webkit-transform: translateX(42%) translateY(45%);
    display: none;
}

.qwdzbox .qw_left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
    padding-right: 140px;
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.qwdzbox .qw_left h2 {
    color: #282828;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: .5em;
}

.qwdzbox .qw_left li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: 17px
}

.qwdzbox .qw_left ul {
    margin-top: 35px;
}

.qwdzbox .qw_left span {
    position: relative;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    width: 83px;
    height: 83px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
}

.qwdzbox .qw_left span i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    color: #333333;
    font-size: 36px;
}

.qwdzbox .qw_left p {
    margin-top: 8px;
    color: #3d3d3d;
    font-size: 18px;
    position: relative;
    display: inline-block;
    width: 150px;
}

.qwdzbox .qw_left p:before {
    content: '';
    display: inline-block;
    width: 116%;
    height: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #eea800;
    /* z-index: -1; */
}

.qwdzbox .qw_left p font {
    display: block;
    position: relative;
    z-index: 2;
}

.qwdzbox .qw_right {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    display: inline-block;
    vertical-align: top;
    width: 50%;
    background: #eea800;
    box-sizing: border-box;
    padding: 43px 55px;
}

.qwdzbox .qw_right button {
    display: block;
    text-align: center;
    border-radius: 4px;
    line-height: 44px;
    color: #fff;
    background: #ed4e08;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    margin-top: 18px;
}

.qwdzbox .qw_right button:hover {
    transform: scale(1.125);
    -ms-transform: scale(1.125);
    -webkit-transform: scale(1.125);
}

.qwdzbox .qw_right p {
    text-indent: 0 !important;
    color: rgba(255, 255, 255, .4)
}

.qwfa {
    padding: 68px 0 97px;
}

.qwfa h1 {
    text-align: center;
    font-size: 36px;
    color: #282828;
    margin-bottom: 40px;
}

.qwfa h1 span {
    color: #eea800
}

.qwfaimglist li {
    display: none;
}

.qwfaimglist li.ac {
    display: block;
}

.qwfa_right li {
    display: none;
}

.qwfa_right li.ac {
    display: block
}

.qwfaimg {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-left: 20px;
}

.qwfaimg>* {
    display: table-cell;
    vertical-align: top;
}

.qwfa_left {
    width: 75.7%;
    padding-left: 20px;
    position: relative;
}

.qwfa_left:after {
    content: '';
    display: block;
    width: 70%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: -20px;
    background: #eea800;
}

.qwfa_left>* {
    position: relative;
    z-index: 2;
}

.qwfa_left img {
    width: 100%;
}

.qwfatab {
    text-align: center;
    padding: 38px 0 35px;
    background: #f9f9f9;
}

.qwfatab li {
    display: inline-block;
    margin: 0 34px;
    cursor: pointer;
}

.qwfatab li span {
    color: #282828;
    font-size: 24px;
}

.qwfatab li span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #282828;
    margin: 0 auto 10px;
}

.qwfatab li.ac span,
.qwfatab li:hover span {
    color: #f16321
}

.qwfatab li.ac span:before,
.qwfatab li:hover span:before {
    background: #f16321;
}

.qwfa_right {
    background: #ececec;
    padding:30px;
}

.qwfa_right h2 {
    color: #f16321;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.qwfa_right p {
    line-height: 36px;
    font-size: 20px;
    text-align: justify;
}

.qwfa_right p:last-of-type {
    margin-bottom: 70px;
}

.qwfa_right h6 {
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    background: #eea800;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 27px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    cursor: pointer;
}

.qwfa_right h6:last-of-type {
    margin-bottom: 0;
}

.qwfa_right h6:hover {
    background: #ed4e08;
}

.ybj {
    padding: 80px 0 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    /* background-image: url(../images/ybjbac_02.png); */
}

.ybj h1 {
    text-align: center;
    font-size: 36px;
    color: #282828;
    margin-bottom: 40px;
}

.ybj h1 span {
    color: #eea800
}

.ybjlist li {
    margin-bottom: 45px;
    position: relative;
    cursor: pointer;
}

.ybjlist li .swiper-slide {
    box-sizing: border-box;
    border: 6px solid rgba(0, 0, 0, .5);
}

.ybjlist li .swiper-slide img {
    width: 100%;
}

.ybjtit {
    position: absolute;
    width: 100%;
    padding: 28px 60px;

    left: 44px;
    top: 30px;
    z-index: 2;
}

.ybjtit h2 {
    float: left;
    font-size: 36px;
    line-height: 47px;
}

.ybjtit h2 span {
    font-size: 22px;
    opacity: .4;
    margin-left: 16px;
    display: inline-block;
}

.ybjtit h3 {
    float: right;
    font-size: 24px;
    position: relative;
    line-height: 47px;
}

.ybjtxt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    text-align: center;
    color: #fff
}

.ybjtxt h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.ybjtxt h3 {
    font-size: 54px;
    margin-bottom: 10px;
    display: none;
}

.ybjtxt h4 {
    font-size: 18px;
    margin-bottom: 45px;
}

.ybjtxt h5 {
    font-size: 60px;
}

.ybjlist li .swiper-button-prev,
.ybjlist li .swiper-button-next {
    width: 38px;
    text-align: center;
    height: 107px;
    line-height: 107px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
}

.ybjlist li .swiper-button-prev:hover,
.ybjlist li .swiper-button-next:hover {
    background: #000;
}

.ybjlist li .swiper-button-prev {
    left: 25px;
}

.ybjlist li .swiper-button-next {
    right: 25px;
}

.qwvideo {
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
}

.qwvideo.active {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

.qwvideobox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: 50%;
}

.qwvideo font {
    display: block;
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%) translateY(-100%);
    -ms-transform: translateX(100%) translateY(-100%);
    -webkit-transform: translateX(100%) translateY(-100%);
    cursor: pointer;
}

.qwvideo video {
    width: 100%;
}

.qwzx {
    text-align: center;
    padding: 55px 0 80px;
}

.qwzx a {
    display: inline-block;
    vertical-align: top;
    width: 276px;
    background-image: url(../images/btnback.png);
    background-size: 100% 100%;
    box-shadow: 0 0 6px rgba(154, 107, 0, .45);
    margin: 0 94px;
    cursor: pointer;
}

.qwzx a:hover {
    transform: scale(1.125);
    -ms-transform: scale(1.125);
    -webkit-transform: scale(1.125);
}

.qwzx a span {
    line-height: 40px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-left: 35px;
}

.qwzx a span i {
    font-size: 44px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 8px;

}

.qwzx a:nth-child(2) span {
    padding-left: 52px;
}

.qwzx a span img {
    position: absolute;
    left: 0;
    bottom: 8px;
}

.qwhd img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;

}

.mdcxsearch {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    background: #fff;
    padding: 0 !important
}

.mdcxbanner {
    border-bottom: 4px solid #eea800;
}

.md {
    background: #f1f1f1;
    padding-bottom: 60px;
}

.md>.container {
    background: #fff;
}

.mdcx h1 {
    color: #282828;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

.mdcx h1 span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 18px;
    color: rgba(0, 0, 0, .5);
    margin-left: 8px;
}

.md>.container:nth-child(1) {
    padding: 58px 54px;
    margin-top: -135px;
}

.mdlist li {
    margin-bottom: 20px;
    background: #f1f1f1;
    box-sizing: border-box;
    padding: 28px;
    font-size: 0;
}

.mdlist li:last-of-type {
    margin-bottom: 0;
}

.md_left {
    display: inline-block;
    vertical-align: top;
    width: 63.5%;
}

.md_left img {
    /* width: 100%; */
}
.md_left .swiper-slide img{
    width: 100%;
}
.sj_tc .sj_tc_left p{
    color:#eea800
}
span.BMap_Marker div {
    width: 34px !important;
}

.md_left .swiper-button-prev,
.md_left .swiper-button-next {
    width: 38px;
    height: 107px;
    line-height: 107px;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 24px;
}

.md_left .swiper-button-prev:hover,
.md_left .swiper-button-next:hover {
    background: #000;
}

.md .md_right {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 36px 60px 0 118px;
    width: 36.5%;
}

.md .md_right span {
    display: block;
    width: 64px;
    height: 64px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #eea800;
    margin-bottom: 25px;
}

.md .md_right span i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #eea800;
    font-size: 24px;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.md .md_right h2 {
    color: #282828;
    font-size: 20px;
    margin-bottom: 6px;
}

.md .md_right font {
    color: rgba(40, 40, 40, .5)
}

.md .md_right font b {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    line-height: 24px;
    font-size: 16px;
}

.md .md_right font i {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 48px);
    line-height: 24px;
    font-size: 16px;
}

.md .md_right a {
    display: block;
    width: 167px;
    text-align: center;
    border-radius: 4px;
    background: #eea800;
    color: #fff;
    margin-top: 35px;
    line-height: 30px;
}

.md .md_right a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.md .md_right a:hover {
    background: #ed4e08;
}

.md .ddty {
    background: transparent;
}

.gywm_b_img img {
    width: 100%;
}

.gywm_b_img li {
    position: relative;
    height: 0;
    overflow: hidden;
}

.gywm_b_img li.ac {
    display: block;
    height: auto;
    overflow: visible;
}

.gywm_b_img li .swiper-button-prev,
.gywm_b_img li .swiper-button-next {
    width: 38px;
    height: 107px;
    text-align: center;
    line-height: 107px;
    color: #fff;
    background: rgba(0, 0, 0, .2);
    font-size: 20px;
    display: none;
}

.gywm_b_img li .swiper-button-prev:hover,
.gywm_b_img li .swiper-button-next:hover {
    background: rgba(0, 0, 0, .8);

}

.gtwmbanner {
    position: relative;
}

.gywm_year {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 10;
}

.gywm_year span {
    font-size: 30px;
    color: rgba(255, 255, 255, .3);
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 90px;
    cursor: pointer;
}

.gywm_year .swiper-slide {
    padding-bottom: 40px;
}

.gywm_year:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #eea800;
    border: 4px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    -webkit-transform: translateX(-50%) translateY(50%);
}

.gywm_year .swiper-slide-prev span,
.gywm_year .swiper-slide-next span {
    color: rgba(255, 255, 255, .9);
}

.gywm_year .swiper-slide-active span {
    font-family: 'arb';
    font-size: 72px;
    color: #eea800
}

.gywm_year .swiper-button-prev,
.gywm_year .swiper-button-next {
    /* color: rgba(255, 255, 255, .2); */
    color: #eea800;
    top: calc(50% - 20px);
    font-size: 20px;
}

.gywm_year .swiper-button-prev:hover,
.gywm_year .swiper-button-next:hover {
    color: #fff
}

.gywm_b_txt {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 190px;
    width: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 3
}

.gywm_b_img .swiper-slide:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    /* background: rgba(0, 0, 0, .5); */
    background: rgba(0, 0, 0, .15);
}

.gywm_b_txt h2 {
    color: #eea800;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 18px;
}

.gywm_b_txt p {
    font-size: 24px;
    color: #fff
}

.ppjs {
    padding: 100px 0 80px;
    background: #f1f1f1;
}

.ppjs_left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.ppjs_left p {
    line-height: 36px;
    font-size: 16px;
    color: #555555;
    margin-top: 30px;
}

.ppjs_right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    padding-left: 54px;
}

.ppjsimg img {
    width: 100%;
}

.ppjsimg {
    border-bottom: 4px solid #eea800;
}

.ppjs .number {
    margin-top: 53px;
}

.ppjsbox {
    margin-top: 50px;
}

.ppjs_b_left {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 55px;
}

.ppjs_b_left video {
    width: 100%;
}

.ppjs_b_right {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    box-sizing: border-box;
}

.ppjs_b_right p {
    margin-bottom: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #555555
}

.ppjs_b_right p:last-of-type {
    margin-bottom: 0;
}

.ryzz {
    padding-bottom: 50px;
    background: #f1f1f1;
}

.rybanner {
    margin-top: 30px;
    text-align: center;
}

.rybanner .swiper-slide {
    box-sizing: border-box;
    border: 2px solid #e0e0e0;
    padding: 9px;
    text-align: center;
    cursor: pointer;
}

.rybanner .swiper-slide img {
    width: 100%;
}

.rybanner .swiper-slide:hover {
    background: #fff;
}

.rybanner .swiper-slide p {
    color: #737373;
    font-size: 16px;
    padding: 22px 0 13px;
}

.rybanner .swiper-button-prev,
.rybanner .swiper-button-next {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    color: #ccc;
    position: relative;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    margin: 40px 13px 0;
    opacity: 1;
}

.rybanner .swiper-button-prev i,
.rybanner .swiper-button-next i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.rybanner .swiper-button-prev:hover,
.rybanner .swiper-button-next:hover {
    color: #fff;
    border-color: #eea800;
    background: #eea800;
}

.ej_mbx {
    border-bottom: 1px solid #dfdfdf;
}

.ej_mbx .container {
    height: 40px;
}

.mbx {
    float: right;
    text-align: center;
}

.mbx a {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 22px;
    color: #777777;
    font-size: 15px;
}

.mbx a.ac,
.mbx a:hover {
    color: #fff;
    background: #eea800;
}

.ej_mbx_box {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #eea800;
    color: #fff;
    padding: 50px 0 15px;
    text-align: center;
    z-index: 2;
}

.ej_mbx_box h2 {
    font-weight: bold;
    font-size: 36px;
}

.ej_mbx_box h3 {
    white-space: nowrap;
    text-transform: uppercase;
}

.ej_mbx_box h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 126px;
    margin-right: 12px;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.ej_mbx_box h3:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 126px;
    margin-left: 12px;
    height: 1px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.fwbz {
    padding: 100px 0 145px;
    background-size: cover;
    background-position: 100% 100%;
    background-image: url(../images/fwbzbac_02.jpg);
}

.fwbz p {
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    margin-top: 36px;
}

.fwbz p span {
    font-family: 'arb';
    color: #eea800
}

.khyy {
    padding: 36px 0 30px;
}

.khyy_list {
    margin-top: 30px;
}

.khyy_list li {
    display: inline-block;
    vertical-align: top;
    width: 32.57%;
    margin-right: 1.145%;
    position: relative;
    cursor: pointer;
}

.khyy_list li:nth-child(3n) {
    margin-right: 0;
}

.khyy_list li img {
    width: 100%;
}

.kkyy_txt {
    position: absolute;
    left: 38px;
    top: 40px;
    width: calc(100% - 76px);
    color: #fff
}

.kkyy_txt h2 {
    font-size: 30px;
}

.kkyy_txt h3 {
    font-size: 16px;
    line-height: 36px;
}

.kkyy_txt a {
    font-size: 44px;
    color: #fff;

}

.khyy_list li:hover .kkyy_txt h4 {
    color: #eea800
}

.cjwt {
    padding: 30px 0 60px;
    background-position: 100% 100%;
    background-size: 100% auto;
    background-image: url(../images/lxwmbac.jpg);
    background-repeat: no-repeat;
}

.wt_left {
    float: left;
}

.wt_left h5 {
    font-size: 18px;
    color: #555555
}

.wt_left h3 {
    font-size: 36px;
    font-family: 'arb';
    color: #eea800
}

.cjwt .ejtit {
    margin-bottom: 24px;
}

.wt_right {
    float: right;
}

.wt_right h6 {
    width: 277px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    background-size: 100% 100%;
    background-image: url(../images/btnback.png);
    cursor: pointer;
}

.wt_right h6 span {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    vertical-align: bottom;
    display: inline-block;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateY(20px) translateX(-50%);
    -ms-transform: translateY(20px) translateX(-50%);
    -webkit-transform: translateY(20px) translateX(-50%);
    white-space: nowrap;
    line-height: 40px;
}

.wt_right h6 span img {
    vertical-align: bottom;
}

.wt_right h6:hover {
    transform: scale(1.125);
    -ms-transform: scale(1.125);
    -webkit-transform: scale(1.125);
}

.cjwtlist {
    margin-top: 30px;
}

.cjwtlist li {
    border: 1px solid #e0e0e0;
    border-bottom: none;
    box-sizing: border-box;
    padding: 0 80px;
    cursor: pointer;
}

.cjwtlist li:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.cjwtlist li.ac {
    padding: 40px 80px;
}

.cjwtlist li h2 {
    line-height: 50px;
    font-size: 18px;
    color: #282828;
    position: relative;
}

.cjwtlist li h2 span {
    color: #eea800
}

.cjwtlist li h2:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #eea800;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.cjwtlist li:nth-child(1) .cjwtinner {
    display: block;
}

.cjwtinner {
    box-sizing: border-box;
    border-top: 3px solid #eea800;
    padding: 16px 0 0;
    display: none;
}

.cjwtinner p {
    color: #737373;
    font-size: 16px;
    line-height: 30px;
}

.cjwtlist li.ac {
    background: #f2f2f2;
    border-color: #f2f2f2
}

.wtpage {
    text-align: center;
    padding: 28px 0 80px;
}

.wtpage a {
    display: inline-block;
    margin: 0 13px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #cecece;
    color: #cecece;
    box-sizing: border-box;
    line-height: 48px;
    font-size: 20px;
}

.wtpage a:hover {
    color: #fff;
    background: #eea800;
    border-color: #eea800
}

.lx_left {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 48%;
    border: 3px solid #cfcfcf;
}

.lx_right {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 52%;
    padding: 0 68px;
}

#allmaps {
    height: 300px;
}

.lx_right img {
    width: 80px;
    margin-bottom: 20px;
}

.lx_right h2 {
    line-height: 36px;
    color: #282828;
    font-size: 18px;
}

.lx_right h2 i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: #eea800;
    font-size: 20px;
}

.lx_right .shop {
    margin-top: 23px;
}

.lx_right .shop a.ac span {
    color: #eea800
}

.pzbzbox {
    padding: 95px 0 80px;
}

.pzbzlist li {
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    background: #f1f1f1;
    box-sizing: border-box;
    padding: 60px 22px 22px;
    cursor: pointer;
    border: 1px solid #f1f1f1;

}

.pzbzlist li:nth-child(3n) {
    margin-right: 0;
}

.pzbztxt {
    padding: 0 28px 45px;
}

.pzbzlist li img {
    width: 100%;
}

.pzbzlist li i {
    font-size: 48px;
    color: #eea800;

}

.pzbzlist li h2 {
    color: #282828;
    font-size: 20px;
}

.pzbzlist li h3 {
    font-family: Arial;
    font-size: 13px;
    color: #8f8f8f;
    margin-bottom: 16px;
}

.pzbzlist li h3:after {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #eea800;
    margin-top: 16px;
}

.pzbzlist li p {
    line-height: 24px;
    font-size: 16px;
    color: #888888;
    height: 120px;
}

.pzbzlist li:hover i,
.pzbzlist li:hover h2 {
    color: #ed4e08
}

.pzbzlist li:hover {
    background: transparent;
}

.pzbzlist li:hover h3:after {
    background: #ed4e08;
}

.pzbzimg {
    position: relative;
}

.pzbzimg .zsjm_form_right {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    opacity: 0;
}

.pzbzimg .zsjm_form_right i {
    color: #fff !important
}

.pzbzimg .zsjm_form_right {
    pointer-events: none;
}

.pzbzlist li:hover .zsjm_form_right {
    opacity: 1;
}

.pzbz_lx {
    margin: 40px auto 0;
    width: 835px;
    text-align: center;
    border-bottom: 2px solid #eea800;
}

.pzbz_lx h2 {
    display: inline-block;
    vertical-align: top;
    width: 59%;
    background: #f1f1f1;
    font-size: 22px;
    color: #000000;
    line-height: 68px;
}

.pzbz_lx h2 span {
    font-weight: bold;
    color: #eea800
}

.pzbz_lx h3 {
    display: inline-block;
    vertical-align: top;
    width: 41%;
    color: #fff;
    background: #eea800;
    position: relative;
    line-height: 68px;
    font-size: 22px;
    cursor: pointer;
}

.pzbz_lx h3 img {
    position: absolute;
    right: -25px;
    top: 36px;
}

.pzbz_lx h3:hover img {
    transform: scale(1.125);
    -ms-transform: scale(1.125);
    -webkit-animation-delay: scale(1.125);
}

.pzwrap {
    padding: 54px 0;
    background: #f1f1f1;
}

.pztit h2 {
    border-left: 5px solid #eea800;
    line-height: 24px;
    padding-left: 15px;
    color: #282828;
    font-size: 24px;
}

.pztit h2 span {
    color: #eea800
}

.teambox {
    margin-top: 55px;
}

.teambox>div {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.teambox>div>img {
    display: block;
    margin: 0 auto;
}

.teambox li {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - .75px);
    margin-right: 1px;

}

.teambox li img {
    width: 100%;
}

.teambox li:nth-child(4n) {
    margin-right: 0;
}

.team_left ul {
    margin-bottom: 115px;
}

.team_right ul {
    margin-top: 115px;
}

.team_left li {
    background: #fff;
}

.team_right li {
    background: #e4e4e4;
}

.teambox li div {
    padding: 0 0 0 30px;
    display: table-cell;
    height: 145px;
    width: 100%;
    vertical-align: middle;
}

.teambox li h2 {
    font-size: 24px;
    color: #282828
}

.teambox li h3 {
    font-size: 18px;
    color: #a3a3a3
}

.teambox li h3:after {
    content: '';
    display: block;
    margin-top: 18px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ed4e08;
}

.team_right li:nth-child(1) {
    transform: translateY(90px);
    -ms-transform: translateY(90px);
    -webkit-transform: translateY(90px);
}

.team_right li:nth-child(3) {
    transform: translateY(56px);
    -ms-transform: translateY(56px);
    -webkit-transform: translateY(56px);
}

.team_left li:nth-child(1) {
    transform: translateY(60px);
    -ms-transform: translateY(60px);
    -webkit-transform: translateY(60px);
}

.team_left li:nth-child(3) {
    transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

.gy {
    margin-top: 100px;
}

.gybox>img {
    width: 100%;
}

.gybox {
    margin-top: 30px;
    position: relative;
}

.gy_img {
    position: absolute;
    left: 50%;
    bottom: -38px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.gy_inner {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: rgba(255, 255, 255, .4);
    width: 36.3%;
    padding: 70px 58px;
    box-sizing: border-box;
}

.gy_inner:before {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    background: #fff;
}

.gy_inner>* {
    position: relative;
    z-index: 2;
}

.gy_inner h2 {
    color: #eea800;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}

.gy_inner p {
    line-height: 48px;
    font-size: 24px;
    color: #282828
}

.gy_inner p span {
    font-size: 48px;
    font-weight: bold;
    color: #eea800
}

.gys {
    margin-top: 110px;
}

.gys .ddyy {
    margin-top: 40px;
}

.gysbox {
    margin-top: 35px;
}

.gys_left {
    display: inline-block;
    vertical-align: middle;
    width: 70.57%;
}

.gys_left img {
    width: 100%;
}

.gys_right {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 0 0 80px;
    width: 29.43%;
}

.gys_right h2 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 18px;
    margin-bottom: 18px;
    font-size: 30px;
    font-weight: bold;
    color: #282828;
    line-height: 48px;
}

.gys_right p {
    line-height: 48px;
    font-size: 24px;
    color: #282828
}

.gys_right h3 {
    font-weight: bold;
    font-size: 36px;
    color: #eea800
}

.gysform {
    margin-top: 60px;
    background-size: cover;
    box-sizing: border-box;
    padding: 25px 140px 25px 60px;
    background-image: url(../images/gysformbac.jpg);
}

.gysform h2 {
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 30px;

}

.gysform h2 span {
    font-size: 36px;
}

.gysform form {
    float: right;
}

.gysform input {
    outline: none;
    border: none;
    border: 1px solid #ee8100;
    background: #fff;
    box-shadow: 2px 0px 3px inset rgba(0, 0, 0, .5);
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    padding: 0 32px;
    margin-right: 20px;
    width: 224px;
}

.gysform input::-moz-placeholder {
    color: #000
}

.gysform input::-webkit-input-placeholder {
    color: #000
}

.gysform input:-ms-input-placeholder {
    color: #000
}

.gysform button {
    width: 202px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background-size: 100% 100%;
    background-image: url(../images/btnback.png);
}

.gysform button:hover {
    transform: scale(1.125);
    -ms-transform: scale(1.125);
    -webkit-transform: scale(1.125);
}

.sspp {
    margin-top: 50px;
}

.sspp_inner>img {
    width: 100%;
    margin: 30px auto;
    display: block;
}

.sspplist {
    background: #fff;
    padding: 34px 40px 50px;
}

.sspplist h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #000000
}

.pplist {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 107%;
    margin-bottom: 56px;
    background-size: 100% auto;
}

.pplist:last-of-type {
    margin-bottom: 0;
}

.pplist span {
    font-size: 14px;
    color: #000;
    display: block;
    margin-top: 24px;
}

.pplist li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2.7%;
    cursor: pointer;
}

.pplist1 li {
    max-width: 13.6%;
}

.pplist1 li img {
    max-width: 100%;
    height: auto;
}

.pplist1 {
    background-image: url(../images/ppbac_03.jpg);
}

.pplist2 {
    background-image: url(../images/ppbac_06.jpg);
    background-position: center 114%;
}

.pplist2 li {
    margin: 0;
    width: 17.14%;
    /* white-space: nowrap; */
    box-sizing: border-box;
    padding: 0 5px;
}

.pplist2 li img {
    max-width: 100%;
    height: auto;
}

.pplist2 span {
    font-size: 12px;
}

.pplogozoom {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
    left: 0;
    top: 0;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
}

.pplogozoom.ac {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

.zoompic {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    background: #fff;
    padding: 26px;
    height: 70vh;
    box-sizing: border-box;
}

.zoompic font {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    transform: translateX(110%) translateY(-110%);
    -ms-transform: translateX(110%) translateY(-110%);
    -webkit-transform: translateX(110%) translateY(-110%);
    border-radius: 50%;
    cursor: pointer;
}

.zoompic span {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #282828;
    margin-top: 18px;
}

.zoompic img {
    display: block;
    margin: 0 auto;
    max-height: 90%;
    width: auto;
}

.pzbzmodal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
    left: 0;
    top: 0;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
}

.pzbzmodal.ac {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

.pzbz_m_form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    background-image: url(../images/pzbzmodalbac_03.jpg);
    box-sizing: border-box;
    padding: 55px 30px 80px 75px;
}

.pzbz_m_form.ac {
    display: none;
}

.pzbz_m_form_left {
    display: inline-block;
    vertical-align: middle;
    width: 52.5%;
    border-right: 1px solid rgba(255, 255, 255, .5);
    box-sizing: border-box;
}

.pzbz_m_form_left h1 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 20px;
}

.pzbz_m_form_left h1 span {
    font-size: 48px;
}

.pzbz_m_form_left h6 {
    color: #fff;
    margin-top: 10px;
}

.pzbz_item {
    display: inline-block;
    vertical-align: top;
    width: 41%;
    margin: 0 1.5% 1.5% 0;
    background: #fff;
    height: 46px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 0 16px;
    cursor: pointer;
}

.pzbz_item i {
    color: #c6c6c6;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    width: 20px;
    margin-right: 14px;
}

.pzbz_item.ac i {
    color: #eea800
}

.pzbz_item input {
    display: inline-block;
    vertical-align: middle;
    height: 44px;
    line-height: 44px;
    outline: none;
    border: none;
    width: calc(100% - 34px);
}

.pzbz_item input::-moz-placeholder {
    color: #282828
}

.pzbz_item input::-webkit-input-placeholder {
    color: #282828
}

.pzbz_item input:-ms-input-placeholder {
    color: #282828
}

.pzbz_item.ac input::-moz-placeholder {
    color: #eea800
}

.pzbz_item.ac input::-webkit-input-placeholder {
    color: #eea800
}

.pzbz_item.ac input:-ms-input-placeholder {
    color: #eea800
}

.pzbz_m_form_right {
    display: inline-block;
    vertical-align: middle;
    width: 47.5%;
    box-sizing: border-box;
    padding-left: 110px;
}

.pzbzmodal form {
    font-size: 0;
}

.pzbz_m_form_right span {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 48px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    box-sizing: border-box;
}

.pzbznumber {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
}

.pzbznumber h6 {
    color: #fff;
    font-size: 18px;
}

.pzbznumber h5 {
    color: #fff;
    font-family: 'arb';
    font-size: 60px;
}

.pzbznumber button {
    width: 276px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-size: 100% 100%;
    background-image: url(../images/btnback.png);
    font-weight: bold;
    font-size: 20px;
}

.pzbznumber button:hover {
    transform: scale(1.125);
    -ms-transform: scale(1.125);
    -webkit-transform: scale(1.125);
}

.fgtab {
    border-bottom: 1px solid #dcdcdc;
}

.fgtab ul {
    display: table;
    width: 100%;
}

.fgtab li {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    box-sizing: border-box;
    border-left: 1px solid #dcdcdc;
    text-align: center;
}

.fgtab li:last-of-type {
    border-right: 1px solid #dcdcdc;
}

.fgtab li a {
    display: block;
    padding: 28px 0;
    position: relative;
}

.fgtab li a:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #eea800;
    position: absolute;
    left: 50%;
    bottom: -1px;
}

.fgtab li.ac a:after,
.fgtab li:hover a:after {
    left: 0;
    width: 100%;
}

.fgtab li img {
    display: inline-block;
    vertical-align: middle;
}

.fgtab li img:nth-child(2) {
    display: none;
}

.fgtab li div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 18px;
}

.fgtab li h2 {
    font-size: 22px;
    color: #282828
}

.fgtab li h2 span {
    font-size: 14px;
    color: #777777;
    display: inline-block;
    margin-left: 5px;
}

.fgtab li h3 {
    font-size: 16px;
    color: #282828;
}

.fgtab li.ac a h2,
.fgtab li:hover a h2,
.fgtab li.ac a h2 span,
.fgtab li:hover a h2 span {
    color: #eea800
}

.fgtab li:hover img:nth-child(2),
.fgtab li.ac img:nth-child(2) {
    display: inline-block;
}

.fgtab li:hover img:nth-child(1),
.fgtab li.ac img:nth-child(1) {
    display: none;
}

.fg {
    padding: 60px 0 40px
}

.fgimg {
    display: inline-block;
    vertical-align: middle;
    width: 153px;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    padding: 3px;
    position: relative;
}

.fgimg img {
    width: 100%;
}

.fgimg:before {
    content: '';
    display: block;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px dashed #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
}

.fgjs {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 153px);
    box-sizing: border-box;
    padding-left: 30px;
}

.fgjs h2 {
    font-weight: bold;
    font-size: 36px;
    color: #eea800
}

.fgjs span {
    display: inline-block;
    padding: 0 20px;
    line-height: 32px;
    font-weight: bold;
    color: #555555;
    font-size: 18px;
    background: #f2f2f2;
    margin: 8px 0;
}

.fgjs h3 {
    color: #555555;
    font-size: 16px;
}

.fgtext {
    margin-top: 22px;
    box-sizing: border-box;
    padding: 30px 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

.fgtext h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.fgtext p {
    font-size: 18px;
    color: #fff
}

.fglist {
    margin-top: 32px;
}

.fglist li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
    background: #f4f4f4;
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
}

.fglist li:nth-child(1),
.fglist li:nth-child(2),
.fglist li:nth-child(3) {
    margin-top: 0;
}

.fglist li:nth-child(3n) {
    margin-right: 0;
}

.fglist li a {
    display: block;
    box-sizing: border-box;
    padding: 11px 17px 25px;

}

.fglist li a img {
    width: 100%;
}

.fglist li h2 {
    padding: 22px 45px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
    font-size: 16px;
    color: #282828;
    display: none;

}

.fglist li h3 {
    padding: 0 45px;
    font-size: 16px;
    display: none
}


.fglist li:hover {
    border-color: #ec4e08
}

.fglist li:hover h2,
.fglist li:hover h3 {
    color: #ec4e08
}



.fglist .page {
    text-align: center;
}

.fg_nav {
    padding-top: 30px;
    border-top: 2px solid #efefef;
    margin-top: 22px;
    padding-bottom: 34px;
}

.fg_nav>ul>li {
    border: 1px solid #e5e5e5;
    margin-bottom: 11px;
    font-size: 0;
}

.fg_nav>ul>li:last-of-type {
    margin-bottom: 0;
}

.fg_nav>ul>li h2 {
    display: inline-block;
    width: 140px;
    text-align: center;
    line-height: 44px;
    background: #eea800;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}

.fg_nav>ul>li ul {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 140px);
    box-sizing: border-box;
    padding-left: 24px;
}

.fg_nav>ul>li li {
    display: inline-block;
    padding: 0 11px;
    position: relative;
}

.fg_nav>ul>li li:after {
    content: '';
    display: block;
    width: 1px;
    height: 17px;
    background: #e9e9e9;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.fg_nav>ul>li li:last-of-type:after {
    display: none;
}

.fg_nav>ul>li li a {
    display: inline-block;
    padding: 0 20px;
    border-radius: 9px;
    line-height: 28px;

}

.fg_nav>ul>li li.ac a,
.fg_nav>ul>li li:hover a {
    color: #fff;
    background: #ec4e08;
}

.fgbanner {
    padding-bottom: 55px;
    border-bottom: 2px solid #efefef;
    margin-top: 30px;
}

.fgbanner img {
    width: 100%;
}

.fgbanner p {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    padding: 17px 0;
    line-height: 30px;
    font-size: 20px;
    left: 0;
    bottom: 0;
}

.fgbanner .swiper-button-prev,
.fgbanner .swiper-button-next {
    width: 38px;
    text-align: center;
    height: 107px;
    line-height: 107px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.fgbanner .swiper-button-prev {
    left: 25px;
}

.fgbanner .swiper-button-next {
    right: 25px;
}

.fgbanner .swiper-button-prev:hover,
.fgbanner .swiper-button-next:hover {
    background: #000;
}

.jjdz {
    padding: 36px 0;
}

.jjdzlist {
    margin-top: 22px;
}

.jjdzlist li {
    display: inline-block;
    vertical-align: top;
    width: 19.42%;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    margin-right: .725%;
    padding: 14px 0;
    text-align: center;

}

.jjdzlist li:nth-child(5n) {
    margin-right: 0;
}

.jjdzlist li span {
    display: inline-block;
    vertical-align: middle;
    width: 59px;
    height: 59px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
}

.jjdzlist li span i {
    color: #eea800;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    font-size: 26px;
}

.jjdzlist li div {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-left: 15px;
}

.jjdzlist li h2 {
    font-weight: bold;
    font-size: 18px;
    color: #282828
}

.jjdzlist li h3 {
    color: #6a6a6a;
    font-size: 16px;
}

.color {
    padding: 36px 0 0;
}

.colorlist {
    margin-top: 28px;
    position: relative;
    padding: 0 50px;
}

.colorlist li {
    display: inline-block;
    vertical-align: top;
    width: 19.42%;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    margin-right: .725%;
}

.colorlist img {
    width: 100%;
}

.colorlist .swiper-button-prev:hover,
.colorlist .swiper-button-next:hover {
    color: #f0ae19
}

.colorlist li:nth-child(5n) {
    margin-right: 0;
}

.colorlist li img {
    width: 100%;
}

.dzlc {
    padding: 36px 0 0;
}

.dzlclist {
    margin-top: 28px;
    box-sizing: border-box;
    border: 1px solid #e5e7eb;
}

.dzlclist li {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border-right: 1px solid #e5e7eb;
    width: 20%;
    text-align: center;
    padding: 18px 0;
}

.dzlclist li div {
    display: inline-block;
    vertical-align: middle;
    padding-left: 14px;
    text-align: left;
}

.dzlclist li h2 {
    color: #282828;
    font-size: 20px;
}

.dzlclist li h3 {
    color: #bfbfbf;
    font-size: 12px;
    font-family: Arial;
}

.alform {
    padding: 50px 0;
    background: #f1f1f1;
}

.alform .container {
    display: table;
    table-layout: fixed;
    background: #fff;
}

.alform .container>* {
    display: table-cell;
    vertical-align: top;
}

.alform_center {
    background-size: cover;
    background-position: center 100%;
    background-image: url(../images/lj_03.png);
    width: auto !important;
}

.alform_center img {
    width: 100%;
}

.alform_center h3 {
    color: rgba(255, 255, 255, .6);

}

.alform_center h4 {
    color: #fff;
    border-color: rgba(234, 234, 234, .3);
}

.alform_center h5 {
    color: #fff
}

.alform_right {
    width: 32.14%;
    background-size: cover;
    background-image: url(../images/zs_03.png);
    padding: 42px 35px 0;
    position: relative;
}

.alform_right .kkyy_txt h2,
.alform_right .kkyy_txt h3 {
    color: #fff
}

.alform_right h2 {
    color: #ffa31f;
    font-size: 24px;
    margin-bottom: 16px;
}

.alform_right h2 i {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    color: rgba(255, 255, 255, .2);
    margin-right: 14px;
}

.a_r_item {
    background: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 1px;
}


.a_r_item i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    color: #bababa;
    font-size: 18px;
}

.a_r_item input {
    border: none;
    outline: none;
    height: 44px;
    line-height: 44px;
    width: calc(100% - 26px);
}

.a_r_item input:-moz-placeholder {
    color: #666666
}

.a_r_item input::-webkit-input-placeholder {
    color: #666666
}

.a_r_item input:-ms-input-placeholder {
    color: #666666
}

.a_r_item.ac input:-moz-placeholder {
    color: #eea800
}

.a_r_item.ac input::-webkit-input-placeholder {
    color: #eea800
}

.a_r_item.ac input:-ms-input-placeholder {
    color: #eea800
}

.a_r_item.ac i {
    color: #eea800
}

.alform_right button {
    width: 100%;
    text-align: center;
    line-height: 46px;
    border-radius: 1px;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}

.alform_right button:hover {
    background: #eea800;
}

.alform_right h3 {
    color: rgba(255, 255, 255, .5);
    margin-top: 14px;

}

.alform_left {
    width: 43.28%;
    border-right: none;
}

.alform_left .ddyy_form_left {
    display: block;
    vertical-align: top;
    background: #fff;
    border-right: none;
    width: 76%;
    padding: 26px 0 36px;
    margin: 0 auto;
}

.alform_left .ddyy_form_left h2 {
    margin-bottom: 20px;
    color: #ed4e08;
    font-size: 30px;
    font-weight: bold;
}

.alform_left .ddyy_form_left h2 span {
    color: #4e4e4e;
    font-size: 14px;
}

.alform_left .ddyy_form_left h2 span font {
    color: #eea800
}

.alform_left .ddyy_form_left .ddyy_input:last-of-type {
    margin-bottom: 0;
}

.alform_left .ddyy_form_left button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    line-height: 44px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    background-image: url(../images/btnback.png);
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: 110% 110%;
    box-shadow: 1px 0 3px rgba(0, 0, 0, .44);
    background-position: center center;
}

.alform_left .ddyy_form_left p {
    margin: 12px 0;
}

.alform_left .ddyy_form_left button:hover {
    transform: scale(1.125);
    -ms-transform: scale(1.125);
    -webkit-transform: scale(1.125);
}

.pzbzform {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 40px;
}

.pzbzform>* {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.pzbzform_left {
    width: 40.28%;
    background-image: url(../images/pzbzform_leftbac_03.png);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 0 0;
    position: relative;
}

.pzbzform_left h2 {
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    padding-left: 64px;
}

.pzbzform_left h3 {
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    padding-left: 64px;

}

.pzbzform_left h4 {
    padding-left: 64px;
    background-color: #fff;
    line-height: 66px;
    color: #ed5414;
    font-family: 'arb';
    font-size: 72px;
    margin: 12px 0;
}

.pzbzform_left h5 {
    padding-left: 64px;
    font-size: 18px;
    color: #fff
}

.pzbzform_left img {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
}

.pzbzform_right .ddyy_form_left {
    border-right: 5px solid #eea800;
    position: relative;
    padding-right: 160px;
}

.pzbzform_right .ddyy_form_left button {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    -webkit-transform: translateX(50%) translateY(-50%);
    width: 174px;
    height: 174px;
    background: rgba(238, 168, 0, .1);
    border-radius: 50%;
}

.pzbzform_right .ddyy_form_left button:before {
    content: '';
    display: block;
    width: 83%;
    height: 83%;
    border-radius: 50%;
    background: rgba(238, 168, 0, .1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.pzbzform_right .ddyy_form_left button:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    width: 62%;
    height: 62%;
    border-radius: 50%;
    background-size: 100% 100%;
    background-image: url(../images/yuan.png);
    background-position: center center;
}

.pzbzform_right .ddyy_form_left button span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    width: 56px;
}

.pzbzform_right .ddyy_form_left button:hover,
.pzbzform_right .ddyy_form_left button:hover:before {
    background: rgba(238, 168, 0, .2);
}

.fwbz_list li {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    box-sizing: border-box;
    width: calc((100% - 100px) / 6);
    margin-right: 20px;
    padding: 34px 15px 40px 25px;
    position: relative;
}

.fwbz_list li:nth-child(6n) {
    margin-right: 0;
}

.fwbz_list li h2 {
    font-size: 20px;
    color: #282828;
    margin-top: 10px;
}

.fwbz_list li h3 {
    font-size: 12px;
    color: #bfbfbf;
    white-space: nowrap;
}

.fwbz_list li p {
    margin-top: 22px;
    font-size: 14px;
    color: rgba(40, 40, 40, .6);
    line-height: 18px;
    height: 72px;
}

.fwbz_list li:after {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    background-image: url(../images/jt.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.fwbz_list li:last-child:after {
    display: none;
}